Skip to main content

deleteCard

Type

message

Summary

Sent to a card just before it is removed from the stack.

Syntax

deleteCard

Description

Handle the deleteCard message if you want to perform cleanup before a card is removed from the stack.

The actual deletion is not triggered by the deleteCard message, so trapping the message and not allowing it to pass does not prevent the card from being removed.

Examples

on deleteCard -- update a list of cards to reflect the deletion
send "updateList" to this stack in 10 ticks -- after card is deleted
pass deleteCard
end deleteCard

keyword: card

object: stack

property: cantDelete

command: delete

control structure: pass

glossary: message, trap

Compatibility and Support

Introduced

LiveCode 1.0

OS

mac

windows

linux

ios

android

Platforms

desktop

server

mobile

Thank you for your feedback!

Was this page helpful?